home *** CD-ROM | disk | FTP | other *** search
- |makedocument|
- windowtitle `MakeDocument "Document Name"
- printlf `Creates an empty document that is
- printlf `identified by the "Document Name"
- printlf `string.
- printlf
- print `SEE ALSO `
- subject `WorkWithDocument`WorkWithDocument`
- print ` & `
- subject `Type`Type`
- end
-
- |workwithdocument|
- windowtitle `WorkWithDocument "Document Name"
- printlf `All subsequent document commands will
- printlf `use the indicated document.
- printlf
- print `SEE ALSO: `
- subject `MakeDocument`MakeDocument`
- end
-
- |loaddocument|
- windowtitle `LoadDocument "filename" {,"Document Name"}
- printlf `Load a text file into the the current
- printlf `document or into the document specified
- printlf `by the "Document Name." It will clear
- printlf `the document before loading.
- printlf
- print `SEE ALSO: `
- subject `SaveDocument`SaveDocument`
- end
-
- |savedocument|
- windowtitle `SaveDocument "Document Name"{,"filename"}
- printlf `Saves the specified document to the
- printlf `optional "filename" or to the file
- printlf `from which the document was originally
- printlf `loaded, or use the name string as the
- printlf `filename.
- print `SEE ALSO: `
- subject `LoadDocument`LoadDocument`
- end
-
- |type|
- windowtitle `Type "String"{,NewLine}
- printlf `Types the given string into the current
- printlf `document. If NewLine is specified then
- printlf `the current line is ended.
- printlf
- print `SEE ALSO: `
- subject `InsertDocument`InsertDocument`
- end
-
- |splitline|
- windowtitle `SplitLine {<count>}
- printlf `Has the same effect as a RETURN key
- printlf `on the current document. The optional
- printlf `count tells how many times to repeat.
- printlf
- print `SEE ALSO: `
- subject `NewLine`NewLine`
- end
-
- |newline|
- windowtitle `NewLine`
- printlf `Has the same effect as moving to the end of
- printlf `the current line and hitting the RETURN key.
- printlf
- print `SEE ALSO: `
- subject `SplitLine`SplitLine`
- end
-
- |movecursor|
- windowtitle `MoveCursor direction {,<count>}
- printlf `Moves the cursor, in the given direction,
- printlf `in the document. The directions are UP
- printlf `DOWN, LEFT and RIGHT. User may indicate
- printlf `the number of times to move.
- printlf
- print `SEE ALSO: `
- subject `MoveCursorTo`MoveCursorTo`
- end
-
- |movecursorto|
- windowtitle `MoveCursorTo location area
- printlf `Moves the cursor in the document.
- printlf `STARTOF and ENDOF specify the location.
- printlf `DOCUMENT, LINE, NEXTWORD, THISWORD and
- printlf `PREVIOUSWORD specify the area. See
- printlf `page 6-48 for a full description.
- print `SEE ALSO: `
- subject `MoveCursor`MoveCursor`
- print ` & `
- subject `PositionOnLine`PositionOnLine`
- end
-
- |positiononline|
- windowtitle `PositionOnLine <line>
- printlf `Move the cursor to the specified line.
- printlf
- print `SEE ALSO: `
- subject `MoveCursor`MoveCursor`
- print ` & `
- subject `MoveCursorTo`MoveCursorTo`
- end
-
- |clear|
- windowtitle `Clear LINE or DOCUMENT
- printlf `Clears either the current line or the
- printlf `current document.
- printlf
- print `SEE ALSO: `
- subject `Delete`Delete`
- end
-
- |delete|
- windowtitle `Delete KeyWord {,<count>}
- printlf `Delete portion of document indicated by the
- printlf `KeyWord. The KeyWord can be LINE,
- printlf `TOSTARTOFLINE, TOENDOFLINE, or CHARACTER.
- printlf `See page 6-49 for a full discussion.
- end
-
- |searchfor|
- windowtitle `SearchFor "text"{,qualifiers}
- printlf `Searches for the specified string in
- printlf `the document. Qualifiers are BYWORD
- printlf `or NOCASE. See page 6-50 for a full
- printlf `discussion.
- end
-
- |replace|
- windowtitle `Replace "fromtext","totext"{,{GLOBAL}{BYWORD}{NOCASE}}
- printlf `Replace the fromtext with the totext in
- printlf `current document. See page 6-51 for a
- printlf `description of the optional qualifiers.
- end
-
- |insertdocument|
- windowtitle `InsertDocument "Document Name"{,<start line>{,<linecount>}}
- printlf `Copies text from the specified document
- printlf `into the current document at the current
- printlf `cursor position. Optionally, a start line
- printlf `and the number of lines to copy can be
- printlf `specified.
- print `SEE ALSO: `
- subject `Type`Type`
- end
-
- |setworddelimiters|
- windowtitle `SetWordDelimiters "delimiterlist"
- printlf `Set the word delimiter list. The word
- printlf `delimiters define the characters that
- printlf `separate words.
- end
-
- |sortdocument|
- windowtitle `SortDocument {SortSwitches {,<StartingColumn>} }
- printlf `Sorts the current WorkWithDocument. The
- printlf `options are NOCASE, ASCENDING or DESCENDING.
- printlf `It will sort according to the character
- printlf `in the column specified by StartingColumn.
- end
-
- |searchfound|
- windowtitle `<<logical>> = SearchFound`
- printlf `Returns TRUE if the most previous
- printlf `SearchFor or Replace Command found
- printlf `the specified search string.
- end
-
-
-
-